runtime.heapBits.bits (method)
5 uses
runtime (current package)
cgocheck.go#L155: bits := hbits.bits()
mbitmap.go#L521: func (h heapBits) bits() uint32 {
mbitmap.go#L531: return h.bits()&bitScan != 0
mbitmap.go#L539: return h.bits()&bitPointer != 0
mgcmark.go#L1292: bits := hbits.bits()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)